asin

 

The 'asin' function returns a sine value(=radian).

 

double @asin(double d);

 

Parameters

double d : Value that you want to calculate. ( -1 <= d <= 1 )

 

Return Value

Radian ( -¥ð/2 ¡Â ¥è ¡Â ¥ð/2 )

 

Example

value = @asin(0.5);

Description : The sine value of '0.5' is stored in the variable named 'value'.

 

Relate items)

@abs()

@acos()

@asin()

@atan()

@atan2()

@cos()

@log()

@log10()

@MathRound()

@sin()

@sqrt()

@tan()